.banner {
    height: 330px;
    position: relative;
    overflow: hidden;
}

.banner .bimg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.banner .text {
    display: block;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.banner .text h1 {
    color: white;
}

.banner .text a {
    color: #FFF;
}

.container-md.row {
    margin: 0 auto;
    padding: 50px 0;
}

.news .form {
    border: 1px solid #cccccc62;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}

.news .form input {
    border: none;
    padding: 13px 10px;
    width: calc(100% - 50px);
    color: #000000ad;
}

.news .form button {
    background-color: transparent;
    border: none;
    width: 50px;
    color: #F08519;
}

.news .news-list {
    margin-top: 30px;
}

.news .news-list>h6 {
    font-size: 19px;
    margin-bottom: 20px;
}

.news .news-list ul li {
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
}

.news .news-list ul li img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 20px;
}

.news .news-list ul li>div {
    width: calc(100% - 80px);
    padding-top: 5px;
}

.news .news-list ul li>div h6 {
    transition: 0.3s;
}

.news .news-list ul li>div h6:hover {
    color: #F08519;
}

.news .news-list ul li>div span {
    font-size: 12px;
    color: #727272;
}

.news .product-list {
    margin-top: 30px;
}

.news .product-list>h6 {
    font-size: 19px;
    margin-bottom: 20px;
}

.news .product-list ul li a {
    color: #727272;
    display: block;
    height: 33px;
    transition: 0.3s;
}

.news .product-list ul li a:hover {
    color: #F08519;
}

.news  .box{
    margin-bottom: 30px;
}
.news  .box a{
    display: block;
    width: 100%;
}
.news .left .box .imgs{
    position: relative;
    padding-top: 300px;
    height: 0;
}
.news .left .box .imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
} 
.news .left .box .imgs .time{
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: 20%;
    background-color: #F08519;
    z-index: 3;
    color: white;
    text-align: center;
    font-size: 14px;
    padding: 5px 20px;
    left: -10px;
}
.news .left .box .imgs .time h6{
    font-size: 28px ;
    color: white;
}
.news .left .box .text h6{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
    text-overflow: ellipsis;


}
.news .left .box .text p{
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden; 
    text-overflow: ellipsis;
 
}

@media screen and (max-width:991px) {
    .news .left{
        margin: 0 auto;
    }
    .news .right{
        display: none;
    }

}